home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / geograph.arc / PLANETS.DOC < prev    next >
Text File  |  1988-10-06  |  4KB  |  94 lines

  1.  
  2.                                Version 1.0
  3.  
  4.      This Program computes information relating to the position, distance,
  5.   magnitude, etc for the major planets on a specified date and time.
  6.   Refer to PRACTICAL ASTRONOMY WITH YOUR CALCULATOR by Peter Duffett-Smith
  7.   for the calculation methods.
  8.  
  9.      This program is placed in the public domain "as is".
  10.  
  11.      Comments may be sent to the author:
  12.  
  13.              Larry Puhl
  14.              6 Plum Court
  15.              Sleepy Hollow, Ill. 60118
  16.  
  17.  
  18.  
  19.                       Glossary of Terms
  20.  
  21.  
  22. Azimuth              :  The angle from the North measured East to West. When
  23.                         applied to set and rise times for a planet this
  24.                         indicated where on the horizon, 180 deg. for South,
  25.                         270 deg. for West, etc.
  26.  
  27. Daylight Savings     :  If Daylight savings time is enabed then the local time
  28.                         is advanced one hour on the last Sunday in March and
  29.                         set back on the last Sunday in October.
  30.  
  31. Ecliptic Coordinates :  Are related to the earths orbit, Long is the
  32.                         angle around from the first point of Aries
  33.                         and Lat is angle Up or Down
  34.  
  35. Equatorial Coord.    :  Are related to the earths equator, DEC is how
  36.                         far north or south of the equator and RA is
  37.                         angle around the equator from the first point
  38.                         of Aries
  39.  
  40. First Point of Aries :  This direction remains fixed with respect to the
  41.                         stars (except for Precession) and is used as a
  42.                         reference for ecliptic and equatorial coordinates.
  43.  
  44. GMT                  :  Greenwich Mean Time, time at longitude 0 deg.
  45.  
  46. GST                  :  Greenwich mean sideral time, is related to the
  47.                         position of of the stars rather than the Sun.
  48.  
  49. JD                   :  Julian Day Number is the number of days since
  50.                         January 1st 4713 B.C.
  51.  
  52. HA                   :  Hour Angle is the time since the planet crossed
  53.                         the meridian
  54.  
  55. helio ecliptic lat.  :  Angle north or south of the earths orbit
  56.  
  57. heliocentric long    :  Angle from the first point of Aries that planet
  58.                         makes round the sun
  59.  
  60. Horizontal Coord.    :  Are related to the observers horizon, Alt is
  61.                         angle above the horizon and Azim is angle from
  62.                         the north going east.
  63.  
  64. Lat                  :  Latitude of observing site
  65.  
  66. LCT                  :  Local Civil Time (time locally used)
  67.  
  68. LST                  :  Local Sideral Time, is related to the
  69.                         position of of the stars rather than the Sun.
  70.  
  71. Long                 :  Longitude of observing site
  72.  
  73. long of ascend node  :  The point where a planet rises out of the plane of
  74.                         the ecliptic
  75.  
  76. Mag                  :  Magnitude on a logrithmic scale which measures the
  77.                         brightness of the planet ( the calculation here is
  78.                         accurate to only 1 or 2
  79.  
  80. mean anomaly         :  Angle a fictitious planet, moving in a circle,
  81.                         would make with a line from the sun to the
  82.                         planets perihelion
  83.  
  84.  
  85. Phase                :  Area of the disc which is illuminated
  86.  
  87. true anomaly         :  Corrects the mean anomaly to account for the
  88.                         eccentricity of the orbit
  89.  
  90.  
  91. radius vector        :  Distance from the Sun to the planet
  92.  
  93.  
  94.